Cavern
Cavern4D
Cavernize
Debug
FilterInterfaces
Filters
Format
Helpers
QuickEQ
Remapping
SpecialSources
Spoofer
Utilities
ArrayExtensions
CavernAmp
ChannelExtensions
ColorUtils
Complex
ComplexArray
FFTCache
IComparable
IEquatable
IEquatable
Linked
ListExtensions
Measurements
RenderStats
Resample
RunningChannelSeparator
ThreadSafeFFTCache
ThreadSafeFFTCache(int)
ThreadSafeFFTCache(int, float[], float[])
Tunneler
VectorExtensions
VectorUtils
WaveformUtils
WindowBase
Virtualizer
Atmosphere
AudioClip3D
AudioListener3D
AudioListener3DInspector
AudioSource3D
CavernizeRealtime
Channel
Clip
Environments
Jack
Listener
QualityModes
Rolloffs
SeatAdaptation
Source
class ThreadSafeFFTCache
Thread-safe version of
FFTCache
. Uses its own split cache arrays. Use one instance per thread.
Visibility
Public
Modifiers
sealed
Extends
FFTCache
Public functions
Constructor
ThreadSafeFFTCache(int size)
Thread-safe
FFTCache
constructor. Does not reference shared split arrays.
Constructor
ThreadSafeFFTCache(int size, float[] cos, float[] sin)
Construct a thread-safe
FFTCache
with custom look-up tables.